Improve the tracking rect updating: - No need to override setFrame. - Use
authorRichard Hult <richard@imendio.com>
Sat, 30 Jun 2007 08:56:50 +0000 (08:56 +0000)
committerRichard Hult <rhult@src.gnome.org>
Sat, 30 Jun 2007 08:56:50 +0000 (08:56 +0000)
commit8fd51a225e13d9d6b1e1c83cdabf247523b09bd1
treeebc66205a7d9f02a84dab59313a31a7ed39633f0
parenta3b1739796140db3cfe78dbe08ff1ecd6453a514
Improve the tracking rect updating: - No need to override setFrame. - Use

2007-06-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/GdkQuartzView.c: Improve the tracking rect updating:
- No need to override setFrame.
- Use our own size instead of the bounds from for the view as it's
not always updated before the tracking rect.
- Only reset the tracking rect if the new window is nil).

* gdk/quartz/GdkQuartzWindow.c: Update the bounds of the content
view when the window size changes.

svn path=/trunk/; revision=18309
ChangeLog
gdk/quartz/GdkQuartzView.c
gdk/quartz/GdkQuartzWindow.c